home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / interfac / it.dig / scripts / DefineButton2_215 / BUTTONCONDACTION on(release).as
Text File  |  2011-04-12  |  240b  |  8 lines

  1. on(release){
  2.    _level6.naveg_volta();
  3.    _parent._parent.anula_btn._visible = false;
  4.    _parent._parent.descri.gotoAndStop(1);
  5.    _parent._parent.descri_games.gotoAndStop(1);
  6.    _parent._parent.categoria_mc.gotoAndPlay("VOLTAR");
  7. }
  8.